home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / boot / raw_dvorak.lha / dvorak.doc < prev   
Text File  |  1995-05-29  |  2KB  |  73 lines

  1. Do you use a Dvorak keymap?  If the answer to this question is
  2. no then this program is useless to you.
  3.  
  4. This program can be distributed with the following conditions:
  5.     1) This documentation is included and unaltered.
  6.     2) One may not charge more for it than the price of the
  7.     media being used in its distribution.  This means that
  8.     one can "sell" a disk containing this program for no more
  9.     than the price of a blank disk.
  10.     3) Special case - inclusion in Aminet CD collections is
  11.     allowed.
  12.  
  13.  
  14. /*#####################################################################*/
  15.  
  16. Name:
  17.     Dvorak
  18.  
  19. Version:
  20.     1.0
  21.  
  22. Function:
  23.     Remaps keyboard from Qwerty to Dvorak map at the raw key
  24.     code level.
  25.  
  26. Reason:
  27.     Some programs (such as Imagine 3.0) pay attention to default
  28.     system keymaps some of the time and ignore them at others.
  29.     This sort of program is very irritating because one is forced
  30.     to use a Qwerty keymap for certain functions (like scaling,
  31.     moving, and selecting ordinates in Imagine).
  32.     
  33.     By installing an input handler that translates raw key codes
  34.     from Qwerty to Dvorak, this problem is solved.  One has a
  35.     fully Dvorak system.
  36.  
  37. Usage:
  38.     Select the Qwerty keymap as your default.  Execute the
  39.     Dvorak program.  Dvorak detaches itself from its calling
  40.     shell shortly after being started.  To remove the handler
  41.     from the system and revert to your normal keymap, execute
  42.     the program with the "quit" directive.  Dvorak also supports
  43.     the QUIET directive to shut off all output.
  44.     I have the following line in my startup sequence:
  45.         dvorak QUIET
  46.  
  47. Bugs:
  48.     I left the { and [ characters on the same key.  I want the
  49.     keymap to behave this way because these symbols are painted
  50.     on the same key on Amiga keyboards.  I've moved around the
  51.     keys (physically) on my keyboard to help me learn the Dvorak
  52.     keymap.
  53.  
  54. Tested on:
  55.     A3000-25, OS 3.1
  56.     A500-14, OS 2.04
  57.     A500-7, OS 2.04
  58.  
  59. Should work on:
  60.     any Amiga running under OS 2.0 and above
  61.  
  62. Versions:
  63.     0.9 Worked only with '030 and higher CPU
  64.     1.0 Works on all CPUs, has quiet option, faster
  65.  
  66.  
  67. /*#####################################################################*/
  68.  
  69. If you find any bugs with this program or want more functionality (like
  70. using non-Dvorak maps), email me.
  71.  
  72. -Robert Dick (dickrp@wckn.dorm.clarkson.edu)-
  73.